com.gs.phone.context

PhoneContext.PhoneAction

This class defined all constants about intent.

Supported Products:

GXV3350, GXV3370, GXV3380


Detail

Method

method description

Member & Constant

Member description
public static final String ACTION_CUSTOM_DIAL Activity action: dial number(s) as specified by the data.This shows a UI with the number being dialed, allowing the user to explicitly

Supported Products:

GSC3574, GSC3575, GXV3350, GXV3370, GXV3380

public static final String ACTION_CUSTOM_CALL Activity action: Perform call(s) to someone specified by the data.

Supported Products:

GSC3574, GSC3575, GXV3350, GXV3370, GXV3380

public static final String KEY_DIAL_INFO_LIST Get the DialInfo list from Intent

Gets information about the call from the Intent {@see com.gs.phone.api.call.BaseCallApi#checkDialingInfo}
This type is used to receive the following intents
{@link com.gs.phone.context.PhoneContext.PhoneAction#ACTION_CUSTOM_DIAL}
{@link com.gs.phone.context.PhoneContext.PhoneAction#ACTION_CUSTOM_CALL}


Supported Products:

GSC3574, GSC3575, GXV3350, GXV3370, GXV3380